const reflect.abiStepStack

13 uses

	reflect (current package)
		abi.go#L59: 	abiStepStack                // copy to/from stack
		abi.go#L319: 		kind:   abiStepStack,
		value.go#L497: 		case abiStepStack:
		value.go#L523: 			case abiStepStack:
		value.go#L613: 			if st := steps[0]; st.kind == abiStepStack {
		value.go#L659: 				case abiStepStack:
		value.go#L716: 		if st := steps[0]; st.kind == abiStepStack {
		value.go#L747: 					case abiStepStack:
		value.go#L807: 				case abiStepStack:
		value.go#L972: 	case abiStepStack:
		value.go#L1011: 		if vStep := valueSteps[0]; vStep.kind == abiStepStack {
		value.go#L1014: 			if mStep.kind == abiStepStack {
		value.go#L1042: 		if mStep := methodSteps[0]; mStep.kind == abiStepStack {